type golang.org/x/crypto/sha3.state (struct)

Method Implmentations (3 other methods implement nothing)

AppendBinary(b []byte) ([]byte, error) *state.M : encoding.BinaryAppender.AppendBinary
BlockSize() int *state.M : hash.Hash.BlockSize *state.M : hash.XOF.BlockSize
MarshalBinary() ([]byte, error) *state.M : encoding.BinaryMarshaler.MarshalBinary *state.M : crypto/internal/fips140/hmac.marshalable.MarshalBinary
Read(out []byte) (n int, err error) *state.M : hash.XOF.Read *state.M : io.Reader.Read *state.M : io.ReadWriter.Read
Reset() *state.M : hash.Hash.Reset *state.M : hash.XOF.Reset
Size() int *state.M : hash.Hash.Size
Sum(in []byte) []byte *state.M : hash.Hash.Sum
UnmarshalBinary(b []byte) error *state.M : encoding.BinaryUnmarshaler.UnmarshalBinary *state.M : crypto/internal/fips140/hmac.marshalable.UnmarshalBinary
Write(p []byte) (n int, err error) *state.M : hash.Hash.Write *state.M : hash.XOF.Write *state.M : internal/bisect.Writer.Write *state.M : io.ReadWriter.Write *state.M : io.Writer.Write *state.M : crypto/tls.transcriptHash.Write *state.M : github.com/refraction-networking/utls.transcriptHash.Write